home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************************
- jGNE.h
-
- Copyright © 1999 Red Shed Software. All rights reserved.
- by Jonathan 'Wolf' Rentzsch (jon@redshed.net)
-
- Commenter Date Comment
- --------- ----------------- -----------------------------------------------------
- wolf Fri, Jun 18, 1999 Created.
-
- ************************************************************************************/
-
- #ifndef _jGNE_
- #define _jGNE_
-
- #include "begin_extern_c.h"
-
- extern
- OSErr
- InstalljGNE(
- GetNextEventFilterUPP proc );
-
- extern
- GetNextEventFilterUPP
- GetNextjGNE();
-
- extern
- OSErr
- RemovejGNE();
-
- #include "end_extern_c.h"
- #endif // _jGNE_